home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Italian (T-1.2.2) / Stack Principali / Note di Rilascio (1.2.2) / Note di Rilascio (1.2.2) / card_9192.txt < prev    next >
Text File  |  1988-12-01  |  2KB  |  69 lines

  1. -- card: 9192 from stack: in.2)
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 5683
  5. -- name: foundChunk
  6.  
  7.  
  8. -- part contents for background part 7
  9. ----- text -----
  10. foundChunk
  11.  
  12. -- part contents for background part 9
  13. ----- text -----
  14. Nuove Funzioni HyperTalk
  15. Scheda 2 su 10
  16.  
  17.  
  18. -- part contents for background part 8
  19. ----- text -----
  20. the foundChunk
  21.  
  22. -- part contents for background part 10
  23. ----- text -----
  24. nessuno
  25.  
  26. -- part contents for background part 11
  27. ----- text -----
  28. La funzione foundChunk fornisce l'espressione che indica dove l'ultimo comando Find ha trovato il suo argomento.  Se la ricerca non ha esito positivo, ritorna una stringa vuota.
  29.  
  30. -- part contents for background part 17
  31. ----- text -----
  32. --dopo aver eseguito i seguenti comandi
  33. find "Maria"
  34. put the foundChunk
  35.  
  36. --potresti vedere questo risultato:
  37. char 1 to 5 of bkgnd field 4
  38.  
  39.  
  40. --uso di foundChunk per trovare e selezionare una ---stringa:
  41.  
  42. find string userName in field "nomi"
  43. select the foundChunk
  44.  
  45. -- part contents for background part 18
  46. ----- text -----
  47. on foundChunkDemo
  48. --mostra the foundChunk nella finestra Comandi:
  49.  
  50.    cleanEnter -- nel programma della cornice
  51.    find "HyperTalk" in field "Sezione"
  52.    put the foundChunk
  53.    wait 5 seconds
  54.  
  55. --usa il suo valore per selezionare il testo:
  56.    put "Sto selezionando the foundChunk."
  57.    select the foundChunk
  58.    wait 5 seconds
  59.    cleanExit -- nel programma della cornice
  60. end foundChunkDemo
  61.  
  62. -- part contents for background part 31
  63. ----- text -----
  64. Find
  65. foundField
  66. foundLine
  67. foundText
  68. Nuovi Sinonimi
  69.